home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8585 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.7 KB  |  48 lines

  1. Newsgroups: comp.lang.ada,comp.lang.c++,comp.lang.c
  2. Path: alexandria.organon.com!alexandria!jsa
  3. From: jsa@organon.com (Jon S Anthony)
  4. Subject: Re: C++ vs Ada for large project
  5. In-Reply-To: kcline@sun132.spd.dsccc.com's message of 13 Feb 1996 10:21:41
  6.     -0600
  7. Message-ID: <JSA.96Feb14144157@organon.com>
  8. Sender: news@organon.com (news)
  9. Organization: Organon Motives, Inc.
  10. References: <w4wx5wc1a2.fsf@cln46ac> <4fgn1t$ku8@nntpa.cb.att.com>
  11.     <4fjo8l$251@ux1.lmu.edu> <dewar.824051554@schonberg>
  12.     <4fqdql$t8g@sun132.spd.dsccc.com>
  13. Date: Wed, 14 Feb 1996 19:41:57 GMT
  14.  
  15. In article <4fqdql$t8g@sun132.spd.dsccc.com> kcline@sun132.spd.dsccc.com (Kevin Cline) writes:
  16.  
  17. > This is quite manageable for at least 200K SLOC.  I don't know about
  18. > 2000K lines.  The real problem in both C/C++ and Ada is designing the
  19. > module dependencies to limit the amount of recompilation necessary due
  20. > to header file changes.  As far as I know, there are no compilers for
  21. > either language that are able to understand header file changes (or
  22. > package declaration changes) and recompile only those modules affected
  23. > by the change.
  24.  
  25. Rational Apex Ada and DEC Ada both do this.  Gnat is going to have some
  26. capability here as well (though I don't know the extent and when).
  27.  
  28.  
  29. > I have concluded that for very large systems it is best to have the
  30. > best programmers write the performance critical parts in a low-level
  31. > language like C++ or Ada and write the rest in some higher-level language.
  32. > (like Java?)
  33.  
  34. Java a "higer-level" language?!?!?  When I think of higher-level
  35. languages I thinking of things like logic languages (Prolog, eg) or
  36. maybe something like Miranda.  But Java?  Get real.
  37.  
  38. /Jon
  39. -- 
  40. Jon Anthony
  41. Organon Motives, Inc.
  42. 1 Williston Road, Suite 4
  43. Belmont, MA 02178
  44.  
  45. 617.484.3383
  46. jsa@organon.com
  47.  
  48.